home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_m68k_Intel_Only / HippoDraw.app / Hippo.bundle / InspectPlot.nib / data.classes < prev    next >
Encoding:
Text File  |  1993-07-21  |  1.9 KB  |  139 lines

  1. Plot2D = {
  2.     SUPERCLASS = Plot1D;
  3. };
  4. InspectPlot = {
  5.     ACTIONS = {
  6.     newDist:;
  7.     toggleMesh:;
  8.     resetTitle:;
  9.     plotSymbol:;
  10.     toggleFill:;
  11.     titleForm:;
  12.     newTheta_degrees:;
  13.     newPhi_degrees:;
  14.     lineOption:;
  15.     plotSymSize:;
  16.     newGray:;
  17.     newTheta:;
  18.     drawOption:;
  19.     toggleCube:;
  20.     newPhi:;
  21.     toggleWireFrame:;
  22.     newInvDist:;
  23.     };
  24.     OUTLETS = {
  25.     wireFrameSwitch;
  26.     lineOptMatrix;
  27.     titleForm;
  28.     thetaText;
  29.     thetaSlider;
  30.     plotSymSizeNumber;
  31.     popUpButtonLine;
  32.     grayMatrix;
  33.     drawOptMatrix;
  34.     phiText;
  35.     distText;
  36.     phiSlider;
  37.     fillSwitch;
  38.     plotSymbolMatrix;
  39.     distanceSlider;
  40.     meshSwitch;
  41.     popUpButtonSymbol;
  42.     cubeSwitch;
  43.     };
  44.     SUPERCLASS = InspectBase;
  45. };
  46. Plot1D = {
  47.     OUTLETS = {
  48.     hcntl;
  49.     bkCache;
  50.     };
  51.     SUPERCLASS = View;
  52. };
  53. FirstResponder = {
  54.     ACTIONS = {
  55.     };
  56.     SUPERCLASS = Object;
  57. };
  58. InspectBase = {
  59.     ACTIONS = {
  60.     windowDidUpdate:;
  61.     };
  62.     OUTLETS = {
  63.     selectedPlot;
  64.     hDraw;
  65.     contentBox;
  66.     graphicView;
  67.     graphic;
  68.     theInspector;
  69.     };
  70.     SUPERCLASS = Object;
  71. };
  72. GraphicView = {
  73.     ACTIONS = {
  74.     takeTextColorFrom:;
  75.     paste:;
  76.     alignToGrid:;
  77.     selectAll:;
  78.     hideGrid:;
  79.     takeGridValueFrom:;
  80.     changeAspectRatio:;
  81.     group:;
  82.     delete:;
  83.     takeLineJoinFrom:;
  84.     takeFrameValueFrom:;
  85.     takeGridGrayFrom:;
  86.     bringToFront:;
  87.     enableGrid:;
  88.     takeLineArrowFrom:;
  89.     setCurrentGraphic:;
  90.     ungroup:;
  91.     takeGrayValueFrom:;
  92.     changeFont:;
  93.     unlock:;
  94.     takeLineWidthFrom:;
  95.     deselectAll:;
  96.     copy:;
  97.     takeLineCapFrom:;
  98.     sizeToGrid:;
  99.     sendToBack:;
  100.     takeFillColorFrom:;
  101.     takeFillValueFrom:;
  102.     takeLineColorFrom:;
  103.     lock:;
  104.     cut:;
  105.     };
  106.     OUTLETS = {
  107.     slist;
  108.     cacheWindow;
  109.     glist;
  110.     };
  111.     SUPERCLASS = View;
  112. };
  113. HGraphicView = {
  114.     ACTIONS = {
  115.     cut:;
  116.     unoverlay:;
  117.     prefPanel:;
  118.     alignYRange:;
  119.     alignYNumBins:;
  120.     alignAll:;
  121.     alignSize:;
  122.     delete:;
  123.     addPage:;
  124.     alignXNumBins:;
  125.     alignXRange:;
  126.     overlay:;
  127.     prefButton:;
  128.     };
  129.     OUTLETS = {
  130.     prefPanel;
  131.     rotateCursor;
  132.     tupleList;
  133.     plotList;
  134.     cutList;
  135.     prefForm;
  136.     };
  137.     SUPERCLASS = GraphicView;
  138. };
  139.